home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / phpMyAdmin / chk_rel.php < prev    next >
PHP Script  |  2003-11-26  |  475b  |  26 lines

  1. <?php
  2. /* $Id: chk_rel.php,v 2.2 2003/11/26 22:52:24 rabus Exp $ */
  3. // vim: expandtab sw=4 ts=4 sts=4:
  4.  
  5.  
  6. /**
  7.  * Gets some core libraries
  8.  */
  9. require_once('./libraries/grab_globals.lib.php');
  10. require_once('./libraries/common.lib.php');
  11. require_once('./db_details_common.php');
  12. require_once('./libraries/relation.lib.php');
  13.  
  14.  
  15. /**
  16.  * Gets the relation settings
  17.  */
  18. $cfgRelation = PMA_getRelationsParam(TRUE);
  19.  
  20.  
  21. /**
  22.  * Displays the footer
  23.  */
  24. require_once('./footer.inc.php');
  25. ?>
  26.